go/types.graphNode.index (field)

6 uses

	go/types (current package)
		initorder.go#L100: 			heap.Fix(&pq, p.index)
		initorder.go#L207: 	index      int        // node index in graph slice/priority queue
		initorder.go#L301: 		n.index = i
		initorder.go#L320: 	x.index, y.index = j, i
		initorder.go#L345: 	x.index = -1 // for safety